All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.FuncTextWriter
DataOutputStream
.
A textual representation of the objects is created by calling the
toString()
method.
Objects of this class is used by the
OutputStreamIterator as the writer
object.
String[] strings = { "apples", "oranges", "bananas" }; Algo.copy(Array.begin(strings), Array.end(strings), new OutputStreamIterator(System.out, new FuncTextWriter(), "\n");will print the fruits on the
System.out
stream.
Copyright © 1996 Finn Bock
public FuncTextWriter()
public Object perform(Object o1, Object o2)
DataOutputStream
.
All Packages Class Hierarchy This Package Previous Next Index